ContractProxyBase<T>.IProxy.Contract Property
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
For a description of this member, see IProxy.Contract.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
Private ReadOnly Property Contract As IContract
Implements IProxy.Contract
'Usage
Dim instance As ContractProxyBase
Dim value As IContract
value = CType(instance, IProxy).Contract
IContract IProxy.Contract { get; }
private:
virtual property IContract^ Contract {
IContract^ get () sealed = IProxy::Contract::get;
}
JScript does not support explicit interface implementations.
Property Value
Type: System.AddIn.Contract.IContract
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ContractProxyBase<T> instance is cast to an IProxy interface.