IVsWCFReferenceGroupMetadataItem.GetNodeType 方法

定义

返回 DiscoveryNodeType (WCF) 引用组的 Windows Communication Foundation 中的元数据文档的。

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

返回

DiscoveryNodeType

发现节点类型对象。

注解

典型的发现节点类型包括 DISCO、WSDL 和 XSD。

适用于