DelegateIsDefaultInstanceName 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表一個表示預設實例名稱的值。
public delegate bool DelegateIsDefaultInstanceName(System::String ^ sInstanceName);
public delegate bool DelegateIsDefaultInstanceName(string sInstanceName);
type DelegateIsDefaultInstanceName = delegate of string -> bool
Public Delegate Function DelegateIsDefaultInstanceName(sInstanceName As String) As Boolean
參數
- sInstanceName
- String
指定實例名稱的字串值。
傳回值
true若該值為預設名稱;否則,。 false