IVsWCFReferenceGroupMetadataItem.GetNodeType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.