ISchemaReferenceInfo::GetTargetNamespace Method (String^)

 

Retrieves the namespace of the discovered schema.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetTargetNamespace(
	[OutAttribute] String^% pbstrRef
)

Parameters

pbstrRef
Type: System::String^

[out] Pointer to a string containing schema's namespace.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From discoveryservice.idl:

HRESULT ISchemaReferenceInfo::GetTargetNamespace(
   [out, retval] BSTR * pbstrRef
);
Return to top
Show: