Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetDefaultFileName | Gets the default file name for a configuration file. |
![]() |
GetDocumentContents | Gets the contents of a configuration file. |
Top