IVsAddWebReferenceResult.GetReferenceNamespace Method
Returns the namespace of a service reference in the Add Service Reference dialog box.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Function GetReferenceNamespace As String
string GetReferenceNamespace()
String^ GetReferenceNamespace()
abstract GetReferenceNamespace : unit -> string
function GetReferenceNamespace() : String
Return Value
Type: System.String
A String that contains the namespace of the service reference.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.