VirtualPoint.CodeElement プロパティ (vsCMElement)
VirtualPoint の位置にあるコード要素を返します。
名前空間: EnvDTE
アセンブリ: EnvDTE (EnvDTE.dll 内)
構文
'宣言
ReadOnly Property CodeElement ( _
Scope As vsCMElement _
) As CodeElement
Get
CodeElement this[
vsCMElement Scope
] { get; }
property CodeElement^ CodeElement[[InAttribute] vsCMElement Scope] {
CodeElement^ get ([InAttribute] vsCMElement Scope);
}
abstract CodeElement : CodeElement
JScript では、インデックス付きプロパティはサポートされません。
パラメーター
- Scope
型: EnvDTE.vsCMElement
必ず指定します。エディターの位置を含む、指定した種類のコード要素を示す vsCMElement 定数。
プロパティ値
型: EnvDTE.CodeElement
CodeElement オブジェクト。
実装
TextPoint.CodeElement[vsCMElement]
解説
指定したコード要素型が VirtualPoint の位置にない場合、CodeElement オブジェクトは、Nothing を返します。 CodeElement オブジェクトは、TextPoint.Parent.Parent.ProjectItem.CodeModel.CodeElementFromPoint(TextPoint, <scope>) のショートカットです。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。