CodeParameter2 介面
物件,定義函式的參數以及屬性等等。
命名空間: EnvDTE80
組件: EnvDTE80 (在 EnvDTE80.dll 中)
語法
'宣告
<GuidAttribute("35CD9E36-7C96-4429-968F-C0C350CB1A47")> _
Public Interface CodeParameter2 _
Inherits CodeParameter
[GuidAttribute("35CD9E36-7C96-4429-968F-C0C350CB1A47")]
public interface CodeParameter2 : CodeParameter
[GuidAttribute(L"35CD9E36-7C96-4429-968F-C0C350CB1A47")]
public interface class CodeParameter2 : CodeParameter
[<GuidAttribute("35CD9E36-7C96-4429-968F-C0C350CB1A47")>]
type CodeParameter2 =
interface
interface CodeParameter
end
public interface CodeParameter2 extends CodeParameter
CodeParameter2 型別會公開下列成員。
屬性
回頁首
方法
名稱 | 說明 | |
---|---|---|
AddAttribute(String, String, Object) | (繼承自 CodeParameter)。 | |
AddAttribute(String, String, Object) | 建立新的屬性程式碼建構,並在正確位置插入程式碼。 | |
GetEndPoint(vsCMPart) | (繼承自 CodeParameter)。 | |
GetEndPoint(vsCMPart) | TextPoint 物件,用以標示程式碼項目定義的結尾。 | |
GetStartPoint(vsCMPart) | (繼承自 CodeParameter)。 | |
GetStartPoint(vsCMPart) | TextPoint 物件,用以定義程式碼項目定義的開頭。 |
回頁首
備註
CodeParameter 物件代表函式定義的型式參數 (Formal Parameter)。
注意事項 |
---|
在特定類型的編輯之後,程式碼模型項目 (例如類別、結構、函式、屬性、委派等) 的值可能不具決定性,表示其值不一定維持相同。 如需詳細資訊,請參閱使用程式碼模型探索程式碼 (Visual Basic) 的<程式碼模型項目值可以變更>一節。 |