ResourceMap.GetValue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetValue(String) |
針對預設內容中的資源識別碼所指定的資源,傳回最適當的候選專案。 |
GetValue(String, ResourceContext) |
針對所提供內容的資源標識碼所指定的資源,傳回最適當的候選專案。 |
GetValue(String)
針對預設內容中的資源識別碼所指定的資源,傳回最適當的候選專案。
public:
virtual ResourceCandidate ^ GetValue(Platform::String ^ resource) = GetValue;
/// [Windows.Foundation.Metadata.Overload("GetValue")]
ResourceCandidate GetValue(winrt::hstring const& resource);
[Windows.Foundation.Metadata.Overload("GetValue")]
public ResourceCandidate GetValue(string resource);
function getValue(resource)
Public Function GetValue (resource As String) As ResourceCandidate
參數
- resource
-
String
Platform::String
winrt::hstring
指定為名稱或參考的資源識別碼。 如需詳細資訊,請參閱 ResourceMap 類別的備註。
傳回
描述最適當候選專案 ResourceCandidate。
- 屬性
適用於
GetValue(String, ResourceContext)
針對所提供內容的資源標識碼所指定的資源,傳回最適當的候選專案。
public:
virtual ResourceCandidate ^ GetValue(Platform::String ^ resource, ResourceContext ^ context) = GetValue;
/// [Windows.Foundation.Metadata.Overload("GetValueWithContext")]
ResourceCandidate GetValue(winrt::hstring const& resource, ResourceContext const& context);
[Windows.Foundation.Metadata.Overload("GetValueWithContext")]
public ResourceCandidate GetValue(string resource, ResourceContext context);
function getValue(resource, context)
Public Function GetValue (resource As String, context As ResourceContext) As ResourceCandidate
參數
- resource
-
String
Platform::String
winrt::hstring
指定為名稱或參考的資源。 如需詳細資訊,請參閱 ResourceMap 類別的備註。
- context
- ResourceContext
要選取最適當候選項目的內容。
傳回
描述最適當候選專案 ResourceCandidate。
- 屬性
備註
有些資源會根據檢視的縮放比例來載入,而應用程式內的不同檢視可能會以不同的縮放比例顯示不同的裝置。 縮放是每個檢視的特性。
由於 GetValue 方法會選取與運行時間內容相關的指定資源的最佳候選專案,而且因為 ResourceContext 的縮放限定符相依於相關聯的檢視,因此應該一律使用從使用資源之檢視取得的 ResourceContext 物件來呼叫 GetValue。