IVCWizCtlUI.IsSymbolDisabled(String) 方法

定义

返回是否禁用了某个符号。

public:
 bool IsSymbolDisabled(System::String ^ bstrSymbol);
public:
 bool IsSymbolDisabled(Platform::String ^ bstrSymbol);
bool IsSymbolDisabled(std::wstring const & bstrSymbol);
[System.Runtime.InteropServices.DispId(1610743826)]
public bool IsSymbolDisabled (string bstrSymbol);
[<System.Runtime.InteropServices.DispId(1610743826)>]
abstract member IsSymbolDisabled : string -> bool
Public Function IsSymbolDisabled (bstrSymbol As String) As Boolean

参数

bstrSymbol
String

必需。 包含符号的名称的字符串。

返回

Boolean

如果禁用了符号,则为 true

属性

适用于