IVsWCFReferenceGroupMetadataItem Interface
Represents a single metadata document related to a particular Windows Communications Foundation (WCF) service reference.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("8167CA28-D8BC-4537-9FF8-D237DD447391")> _
Public Interface IVsWCFReferenceGroupMetadataItem
[InterfaceTypeAttribute()]
[GuidAttribute("8167CA28-D8BC-4537-9FF8-D237DD447391")]
public interface IVsWCFReferenceGroupMetadataItem
[InterfaceTypeAttribute()]
[GuidAttribute(L"8167CA28-D8BC-4537-9FF8-D237DD447391")]
public interface class IVsWCFReferenceGroupMetadataItem
[<InterfaceTypeAttribute()>]
[<GuidAttribute("8167CA28-D8BC-4537-9FF8-D237DD447391")>]
type IVsWCFReferenceGroupMetadataItem = interface end
public interface IVsWCFReferenceGroupMetadataItem
The IVsWCFReferenceGroupMetadataItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetContent | Returns the contents of a metadata document in a Windows Communications Foundation (WCF) reference group. | |
GetFileName | Returns the file name for a metadata document in a Windows Communications Foundation (WCF) reference group. | |
GetNodeType | Returns the DiscoveryNodeType for a metadata document in a Windows Communications Foundation (WCF) reference group. | |
GetSourceUrl | Returns the URL where a metadata document in a Windows Communications Foundation (WCF) reference group originated. | |
GetTargetNamespace | Returns the target namespace for a metadata document in a Windows Communications Foundation (WCF) reference group. |
Top