NamedPolicySetter.SetInt32PolicyAtPath(String, String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- area
-
String
Platform::String
winrt::hstring
- name
-
String
Platform::String
winrt::hstring
- policyValue
-
Int32
int
- Attributes