Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Sub New ( _
fieldName As String _
)
'使用
Dim fieldName As String
Dim instance As New ToggleButtonField(fieldName)
protected ToggleButtonField(
string fieldName
)
protected:
ToggleButtonField(
String^ fieldName
)
protected function ToggleButtonField(
fieldName : String
)
Parameters
- fieldName
Type: System.String
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.