共用方式為


IParameter 介面

代表個別參數說明內的簽章的簽章說明 (參數資訊) 的描述。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
Public Interface IParameter
public interface IParameter
public interface class IParameter
type IParameter =  interface end
public interface IParameter

IParameter 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 Documentation 取得與參數相關聯的文件。
公用屬性 Locus 取得這個參數,相對於簽章內容的位置。
公用屬性 Name 取得這個參數的名稱。
公用屬性 PrettyPrintedLocus 取得此參數相對於妥善列印之簽章內容的文字位置。
公用屬性 Signature 取得此參數所屬的簽章。

回頁首

範例

如需使用此介面的範例,請參閱逐步解說: 顯示簽章說明

請參閱

參考

Microsoft.VisualStudio.Language.Intellisense 命名空間