IDiscoveryResult3 Interface
Provides an interface supported by the IDiscoveryResult object to specify which DiscoveryProtocol was used in a discovery session.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
<GuidAttribute("6E1073E5-A112-441A-8386-232CECC0C29B")> _
<InterfaceTypeAttribute()> _
Public Interface IDiscoveryResult3
[GuidAttribute("6E1073E5-A112-441A-8386-232CECC0C29B")]
[InterfaceTypeAttribute()]
public interface IDiscoveryResult3
[GuidAttribute(L"6E1073E5-A112-441A-8386-232CECC0C29B")]
[InterfaceTypeAttribute()]
public interface class IDiscoveryResult3
[<GuidAttribute("6E1073E5-A112-441A-8386-232CECC0C29B")>]
[<InterfaceTypeAttribute()>]
type IDiscoveryResult3 = interface end
public interface IDiscoveryResult3
The IDiscoveryResult3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetProtocol | Returns a value that specifies which DiscoveryProtocol was used in a discovery session. |
Top