IReferenceInfo2 Interface

Provides an interface for working with Windows Communication Foundation (WCF) service reference configuration files.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntax

'Declaration
<GuidAttribute("E316FF6D-CA00-49DD-969F-441399132AC7")> _
<InterfaceTypeAttribute()> _
Public Interface IReferenceInfo2
[GuidAttribute("E316FF6D-CA00-49DD-969F-441399132AC7")]
[InterfaceTypeAttribute()]
public interface IReferenceInfo2
[GuidAttribute(L"E316FF6D-CA00-49DD-969F-441399132AC7")]
[InterfaceTypeAttribute()]
public interface class IReferenceInfo2
[<GuidAttribute("E316FF6D-CA00-49DD-969F-441399132AC7")>]
[<InterfaceTypeAttribute()>]
type IReferenceInfo2 =  interface end
public interface IReferenceInfo2

The IReferenceInfo2 type exposes the following members.

Methods

  Name Description
Public method GetDefaultFileName Gets the default file name for a configuration file.
Public method GetDocumentContents Gets the contents of a configuration file.

Top

See Also

Reference

Microsoft.VisualStudio.WCFReference.Interop Namespace