共用方式為


MultilingualAttribute class

這個屬性是字串或應該參與儲存值,每一種語言的 XmlNode 屬性上指定。

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.WebPartPages.MultilingualAttribute

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

Syntax

'宣告
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class MultilingualAttribute _
    Inherits Attribute
'用途
Dim instance As MultilingualAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class MultilingualAttribute : Attribute

備註

這個屬性可以指定任何屬性的型別字串或 XmlNode 上。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

MultilingualAttribute members

Microsoft.SharePoint.WebPartPages namespace