共用方式為


SPUserCustomAction.CommandUIExtensionResource property

取得SPUserResource物件,代表翻譯CommandUIExtension屬性。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Overridable ReadOnly Property CommandUIExtensionResource As SPUserResource
    Get
'用途
Dim instance As SPUserCustomAction
Dim value As SPUserResource

value = instance.CommandUIExtensionResource
public virtual SPUserResource CommandUIExtensionResource { get; }

Property value

Type: Microsoft.SharePoint.SPUserResource
封裝使用者定義的可當地語系化資源的物件。

備註

此屬性是CommandUIExtensionResource屬性,會傳回CommandUIExtensionResource.Value所傳回的字串的來源。此運算式所傳回的值可以會根據目前的執行緒CurrentUICulture的值而有所不同。如需詳細資訊,請參閱 < SPUserResource.Value屬性。

請參閱

參照

SPUserCustomAction class

SPUserCustomAction members

Microsoft.SharePoint namespace

CommandUIExtension