See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Designer.VSAddIn
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Designer.VSAddIn
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
C# |
---|
public void QueryStatus( string CmdName, vsCommandStatusTextWanted NeededText, ref vsCommandStatus StatusOption, ref Object CommandText ) |
Visual Basic |
---|
Public Sub QueryStatus ( CmdName As String, NeededText As vsCommandStatusTextWanted, ByRef StatusOption As vsCommandStatus, ByRef CommandText As Object ) |
Visual C++ |
---|
public: virtual void QueryStatus( String^ CmdName, vsCommandStatusTextWanted NeededText, vsCommandStatus% StatusOption, Object^% CommandText ) sealed |
Parameters
- CmdName
- Type: System..::..String
- NeededText
- Type: vsCommandStatusTextWanted
- StatusOption
- Type: vsCommandStatus%
- CommandText
- Type: System..::..Object%