See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get the type of the main add-in 'connect' object that implements IDTExtensibility2 and EnvDTE.IDTCommandTarget.
Namespace: NTier.Designer.InstallersAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected abstract Type AddInConnectType { get; } |
Visual Basic |
---|
Protected MustOverride ReadOnly Property AddInConnectType As Type
Get |
Visual C++ |
---|
protected:
virtual property Type^ AddInConnectType {
Type^ get () abstract;
} |
Property Value
Type:
Type
See Also