IVsWCFReferenceGroupMetadataItem Interface

Definition

Represents a single metadata document related to a particular Windows Communications Foundation (WCF) service reference.

public interface class IVsWCFReferenceGroupMetadataItem
public interface class IVsWCFReferenceGroupMetadataItem
__interface IVsWCFReferenceGroupMetadataItem
[System.Runtime.InteropServices.Guid("8167CA28-D8BC-4537-9FF8-D237DD447391")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWCFReferenceGroupMetadataItem
[<System.Runtime.InteropServices.Guid("8167CA28-D8BC-4537-9FF8-D237DD447391")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWCFReferenceGroupMetadataItem = interface
Public Interface IVsWCFReferenceGroupMetadataItem
Attributes

Methods

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.

Applies to