NamedPolicySetter.SetBooleanPolicyAtPath(String, String, Boolean) 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 SetBooleanPolicyAtPath(Platform::String ^ area, Platform::String ^ name, bool policyValue) = SetBooleanPolicyAtPath;
/// [Windows.Foundation.Metadata.Experimental]
void SetBooleanPolicyAtPath(winrt::hstring const& area, winrt::hstring const& name, bool const& policyValue);
[Windows.Foundation.Metadata.Experimental]
public void SetBooleanPolicyAtPath(string area, string name, bool policyValue);
function setBooleanPolicyAtPath(area, name, policyValue)
Public Sub SetBooleanPolicyAtPath (area As String, name As String, policyValue As Boolean)
Parameter
- area
-
String
Platform::String
winrt::hstring
- name
-
String
Platform::String
winrt::hstring
- policyValue
-
Boolean
bool
- Attribute