共用方式為


VCCodeReference.StartPointOf 屬性

目前未實作。

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

語法

'宣告
ReadOnly Property StartPointOf ( _
    Part As vsCMPart, _
    Where As vsCMWhere _
) As TextPoint
TextPoint this[
    vsCMPart Part,
    vsCMWhere Where
] { get; }
property TextPoint^ StartPointOf[[InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where] {
    TextPoint^ get ([InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where);
}
abstract StartPointOf : 
        Part:vsCMPart * 
        Where:vsCMWhere -> TextPoint with get
JScript 不支援索引屬性。

參數

  • Part
    類型:vsCMPart

    必要項。 vsCMPart 值,指定要使用定義或宣告的哪個部分 (屬性區塊、主體等等)。

屬性值

類型:TextPoint

.NET Framework 安全性

請參閱

參考

VCCodeReference 介面

Microsoft.VisualStudio.VCCodeModel 命名空間