WorkflowViewAccessibleObject.Help 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可存取物件功能或可存取物件使用方式的描述。
public:
virtual property System::String ^ Help { System::String ^ get(); };
public override string Help { get; }
member this.Help : string
Public Overrides ReadOnly Property Help As String
屬性值
字串,包含 WorkflowViewAccessibleObject 功能或其使用方式的描述,如果沒有定義說明,則為 null 參考 (Visual Basic 中的 Nothing
)。