Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
fieldName As String _
)
'使用
Dim fieldName As String
Dim instance As New TextField(fieldName)
public TextField(
string fieldName
)
public:
TextField(
String^ fieldName
)
public function TextField(
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.