IVsProfileSettingsTree.GetIsAutomationPropBased(Int32) Méthode

Définition

Détermine si l'automatisation est basée sur la propriété.

public:
 int GetIsAutomationPropBased([Runtime::InteropServices::Out] int % pfAutoProp);
int GetIsAutomationPropBased([Runtime::InteropServices::Out] int & pfAutoProp);
public int GetIsAutomationPropBased (out int pfAutoProp);
abstract member GetIsAutomationPropBased : int -> int
Public Function GetIsAutomationPropBased (ByRef pfAutoProp As Integer) As Integer

Paramètres

pfAutoProp
Int32

[out] Valeur BOOL ; true si l'automation est basée sur la propriété.

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::GetIsAutomationPropBased(

[out] BOOL *pfAutoProp

);

S’applique à