Share via


IVsProfileSettingsTree.GetIsAutomationPropBased(Int32) Method

Definition

Determines if automation is property based.

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

Parameters

pfAutoProp
Int32

[out] A BOOL value; true if automation is property-based.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

[C++]

HRESULT IVsProfileSettingsTree::GetIsAutomationPropBased(

[out] BOOL *pfAutoProp

);

Applies to