IVsProfileSettingsTree.GetSecurityLevel(UInt32) 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.
Obtient le niveau de sécurité d'un nœud.
public:
int GetSecurityLevel([Runtime::InteropServices::Out] System::UInt32 % pSecurityLevel);
int GetSecurityLevel([Runtime::InteropServices::Out] unsigned int & pSecurityLevel);
public int GetSecurityLevel (out uint pSecurityLevel);
abstract member GetSecurityLevel : uint32 -> int
Public Function GetSecurityLevel (ByRef pSecurityLevel As UInteger) As Integer
Paramètres
- pSecurityLevel
- UInt32
[out] Valeur __VSPROFILECATEGORYSECURITY spécifiant le niveau de sécurité.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell80. idl :
[C++]
HRESULT IVsProfileSettingsTree::GetSecurityLevel(
[out] VSPROFILECATEGORYSECURITY *pSecurityLevel
);