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