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 | 取得此參數所屬的簽章。 |
回頁首
範例
如需使用此介面的範例,請參閱逐步解說: 顯示簽章說明。