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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("8167CA28-D8BC-4537-9FF8-D237DD447391")]
public interface IVsWCFReferenceGroupMetadataItem

NameDescription
System_CAPS_pubmethodGetContent()

Returns the contents of a metadata document in a Windows Communications Foundation (WCF) reference group.

System_CAPS_pubmethodGetFileName()

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

System_CAPS_pubmethodGetNodeType()

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

System_CAPS_pubmethodGetSourceUrl()

Returns the URL where a metadata document in a Windows Communications Foundation (WCF) reference group originated.

System_CAPS_pubmethodGetTargetNamespace()

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

Return to top
Show: