NamedPolicySetter.SetStringPolicyAtPath(String, String, String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- area
-
String
Platform::String
winrt::hstring
- name
-
String
Platform::String
winrt::hstring
- policyValue
-
String
Platform::String
winrt::hstring
- Attribute