IVsWCFReferenceGroupMetadataItem.GetNodeType Method

Definition

Returns the DiscoveryNodeType for a metadata document in a Windows Communications Foundation (WCF) reference group.

public:
 Microsoft::VisualStudio::Shell::Interop::DiscoveryNodeType GetNodeType();
public:
 Microsoft::VisualStudio::Shell::Interop::DiscoveryNodeType GetNodeType();
Microsoft::VisualStudio::Shell::Interop::DiscoveryNodeType GetNodeType();
public Microsoft.VisualStudio.Shell.Interop.DiscoveryNodeType GetNodeType ();
abstract member GetNodeType : unit -> Microsoft.VisualStudio.Shell.Interop.DiscoveryNodeType
Public Function GetNodeType () As DiscoveryNodeType

Returns

A discovery node type object.

Remarks

Typical discovery node types include DISCO, WSDL, and XSD.

Applies to