SPUserResource members
Include protected members
Include inherited members
代表使用者定義的可當地語系化資源。
The SPUserResource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUserResource(String, SPResourceType) | 初始化指定的名稱與資源類型為基礎的SPUserResource類別的新執行個體。 | |
SPUserResource(String, String, SPResourceType) | 初始化指定的名稱、 值和資源類型為基礎的SPUserResource類別的新執行個體。 |
Top
Properties
Name | Description | |
---|---|---|
Name | 會取得使用者資源名稱。 | |
Parent | 取得物件,會對應至使用者資源,可以是SPList物件或SPWeb物件的範圍。 | |
Scope | 取得一個值,指出使用者資源的範圍。 | |
Type | 會取得使用者資源,可以是單行或多列的類型。 | |
Value | 取得或設定的資源的執行緒的文化特性值。 |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValueForUICulture | 會傳回指定的文化特性之資源的值。 | |
MemberwiseClone | (Inherited from Object.) | |
SetValueForUICulture | 設定指定的文化特性之資源的值。 | |
ToString | (Inherited from Object.) | |
Update | 適用於資源的值。 |
Top