ElementPropertyDescriptor.GetSetValueTransactionName Method

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

Syntax

'宣言
Public Shared Function GetSetValueTransactionName ( _
    caption As String _
) As String
'使用
Dim caption As String
Dim returnValue As String

returnValue = ElementPropertyDescriptor.GetSetValueTransactionName(caption)
public static string GetSetValueTransactionName(
    string caption
)
public:
static String^ GetSetValueTransactionName(
    String^ caption
)
public static function GetSetValueTransactionName(
    caption : String
) : String

Parameters

Return Value

Type: System.String

Permissions

See Also

Reference

ElementPropertyDescriptor Class

ElementPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace