ISchemaReferenceInfo::GetTargetNamespace Method (String^)
Visual Studio 2015
Retrieves the namespace of the discovered schema.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbstrRef
-
Type:
System::String^
[out] Pointer to a string containing schema's namespace.
Return Value
Type: System::Int32If 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 );
Show: