locationとは? わかりやすく解説

Location クラス

メモ : このクラスは、互換性のために残されています。 旧式でない代替必要な場合は、 を使用してください

名前空間: Microsoft.Vsa.Vb.CodeDOM
アセンブリ: Microsoft.Vsa.Vb.CodeDOMProcessor (microsoft.vsa.vb.codedomprocessor.dll 内)
構文構文

<GuidAttribute("0D17A350-6585-4f3d-B008-6827EBDE5D85")>
 _
<ObsoleteAttribute("Use of this type is not recommended because
 it is being deprecated in Visual Studio 2005; there will be no replacement for
 this feature. Please see the ICodeCompiler documentation for additional help.")> _
Public Class Location
    Implements _Location
[GuidAttribute("0D17A350-6585-4f3d-B008-6827EBDE5D85")] 
[ObsoleteAttribute("Use of this type is not recommended because
 it is being deprecated in Visual Studio 2005; there will be
 no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")] 
public class Location : _Location
[GuidAttribute(L"0D17A350-6585-4f3d-B008-6827EBDE5D85")] 
[ObsoleteAttribute(L"Use of this type is not recommended
 because it is being deprecated in Visual Studio 2005; there
 will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
 
public ref class Location : _Location
/** @attribute GuidAttribute("0D17A350-6585-4f3d-B008-6827EBDE5D85") */
 
/** @attribute ObsoleteAttribute("Use of this type is not
 recommended because it is being deprecated in Visual Studio
 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional
 help.") */ 
public class Location implements _Location
GuidAttribute("0D17A350-6585-4f3d-B008-6827EBDE5D85") 
ObsoleteAttribute("Use of this type is not recommended because
 it is being deprecated in Visual Studio 2005; there will be no replacement for
 this feature. Please see the ICodeCompiler documentation for additional help.") 
public class Location implements _Location
継承階層継承階層
System.Object
  Microsoft.Vsa.Vb.CodeDOM.Location
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
Location メンバ
Microsoft.Vsa.Vb.CodeDOM 名前空間

Location コンストラクタ


Location プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ BeginningColumn  
パブリック プロパティ BeginningLine  
パブリック プロパティ EndColumn  
パブリック プロパティ EndLine  
参照参照

関連項目

Location クラス
Microsoft.Vsa.Vb.CodeDOM 名前空間

Location メソッド


Location メンバ

Location データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド Location  
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ BeginningColumn  
パブリック プロパティ BeginningLine  
パブリック プロパティ EndColumn  
パブリック プロパティ EndLine  
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

Location クラス
Microsoft.Vsa.Vb.CodeDOM 名前空間

_Location インターフェイス

メモ : このインターフェイスは、互換性のために残されています。 旧式でない代替必要な場合は、 を使用してください

名前空間: Microsoft.Vsa.Vb.CodeDOM
アセンブリ: Microsoft.Vsa.Vb.CodeDOMProcessor (microsoft.vsa.vb.codedomprocessor.dll 内)
構文構文

<ObsoleteAttribute("Use of this type is not recommended because
 it is being deprecated in Visual Studio 2005; there will be no replacement for
 this feature. Please see the ICodeCompiler documentation for additional help.")> _
<GuidAttribute("FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28")>
 _
Public Interface _Location
[ObsoleteAttribute("Use of this type is not recommended because
 it is being deprecated in Visual Studio 2005; there will be
 no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")] 
[GuidAttribute("FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28")] 
public interface _Location
[ObsoleteAttribute(L"Use of this type is not recommended
 because it is being deprecated in Visual Studio 2005; there
 will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
 
[GuidAttribute(L"FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28")] 
public interface class _Location
/** @attribute ObsoleteAttribute("Use of this type is not
 recommended because it is being deprecated in Visual Studio
 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional
 help.") */ 
/** @attribute GuidAttribute("FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28") */
 
public interface _Location
ObsoleteAttribute("Use of this type is not recommended because
 it is being deprecated in Visual Studio 2005; there will be no replacement for
 this feature. Please see the ICodeCompiler documentation for additional help.") 
GuidAttribute("FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28") 
public interface _Location
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
_Location メンバ
Microsoft.Vsa.Vb.CodeDOM 名前空間

_Location プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ BeginningColumn  
パブリック プロパティ BeginningLine  
パブリック プロパティ EndColumn  
パブリック プロパティ EndLine  
参照参照

関連項目

_Location インターフェイス
Microsoft.Vsa.Vb.CodeDOM 名前空間

_Location メンバ

_Location データ型公開されるメンバを以下の表に示します


パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ BeginningColumn  
パブリック プロパティ BeginningLine  
パブリック プロパティ EndColumn  
パブリック プロパティ EndLine  
参照参照

関連項目

_Location インターフェイス
Microsoft.Vsa.Vb.CodeDOM 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からlocationを検索した結果を表示しています。
Weblioに収録されているすべての辞書からlocationを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からlocationを検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「location」の関連用語

locationのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



locationのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS