RolePlayerPropertyDescriptor.GetSetFieldString Method

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Protected Overridable Function GetSetFieldString ( _
    caption As String _
) As String
'使用
Dim caption As String
Dim returnValue As String

returnValue = Me.GetSetFieldString(caption)
protected virtual string GetSetFieldString(
    string caption
)
protected:
virtual String^ GetSetFieldString(
    String^ caption
)
protected function GetSetFieldString(
    caption : String
) : String

Parameters

Return Value

Type: System.String

Permissions

See Also

Reference

RolePlayerPropertyDescriptor Class

RolePlayerPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace