NamedPolicySetter.SetStringPolicyAtPath(String, String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
virtual void SetStringPolicyAtPath(Platform::String ^ area, Platform::String ^ name, Platform::String ^ policyValue) = SetStringPolicyAtPath;
/// [Windows.Foundation.Metadata.Experimental]
void SetStringPolicyAtPath(winrt::hstring const& area, winrt::hstring const& name, winrt::hstring const& policyValue);
[Windows.Foundation.Metadata.Experimental]
public void SetStringPolicyAtPath(string area, string name, string policyValue);
function setStringPolicyAtPath(area, name, policyValue)
Public Sub SetStringPolicyAtPath (area As String, name As String, policyValue As String)
Parâmetros
- area
-
String
Platform::String
winrt::hstring
- name
-
String
Platform::String
winrt::hstring
- policyValue
-
String
Platform::String
winrt::hstring
- Atributos