NamedPolicySetter.SetInt32PolicyAtPath(String, String, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- area
-
String
Platform::String
winrt::hstring
- name
-
String
Platform::String
winrt::hstring
- policyValue
-
Int32
int
- Attributs