IVsProfileSettingsTree.GetSecurityLevel(UInt32) Méthode

Définition

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

Int32

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  
);  

S’applique à