IVsWCFReferenceGroupMetadataItem.GetNodeType Method
Returns the DiscoveryNodeType for a metadata document in a Windows Communications Foundation (WCF) reference group.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Function GetNodeType As DiscoveryNodeType
DiscoveryNodeType GetNodeType()
DiscoveryNodeType GetNodeType()
abstract GetNodeType : unit -> DiscoveryNodeType
function GetNodeType() : DiscoveryNodeType
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.DiscoveryNodeType
A discovery node type object.
Remarks
Typical discovery node types include DISCO, WSDL, and XSD.
.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.