SPFeatureDefinition.DefaultResourceFile property
取得包含當地語系化的資源使用此功能的檔案的部分名稱。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property DefaultResourceFile As String
Get
'用途
Dim instance As SPFeatureDefinition
Dim value As String
value = instance.DefaultResourceFile
public string DefaultResourceFile { get; }
Property value
Type: System.String
會傳回String識別資源檔案。
備註
DefaultResourceFile屬性會對應至DefaultResourceFile元素之屬性的功能定義功能的 XML 中。當您定義一種功能時,您可以設定用來指定的共用的檔案,您的應用程式中的所有功能所使用的本地化資源的DefaultResourceFile屬性。
如果DefaultResourceFile屬性設定,然後SharePoint Foundation會尋找路徑%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\資源的文化資源檔案。SharePoint Foundation預期必須命名為圖樣<DefaultResourceFile>上的檔案。<CultureName>.resx,其中DefaultResourceFile是DefaultResourceFile屬性與CultureName的值是由CultureInfo.Name屬性所使用的格式。檔案名稱的第一個部分是DefaultResourceFile屬性所傳回的字串。
如果省略DefaultResourceFile屬性,從 「 功能 」 定義, DefaultResourceFile屬性會傳回空字串。在此例中SharePoint Foundation擷取上路徑%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATES\FEATURES\<FeatureName>\Resources 名資源為檔案系統上的-亦即的功能資料夾下的子資料夾中的資源檔案的功能資源。SharePoint Foundation預期必須命名為圖樣資源上的資源檔案。<CultureName>.resx。
請參閱
參照
Microsoft.SharePoint.Administration namespace