Expression.SymbolDocument メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SymbolDocumentInfo のインスタンスを作成します。
オーバーロード
SymbolDocument(String, Guid, Guid, Guid) |
SymbolDocumentInfo のインスタンスを作成します。 |
SymbolDocument(String, Guid, Guid) |
SymbolDocumentInfo のインスタンスを作成します。 |
SymbolDocument(String) |
SymbolDocumentInfo のインスタンスを作成します。 |
SymbolDocument(String, Guid) |
SymbolDocumentInfo のインスタンスを作成します。 |
SymbolDocument(String, Guid, Guid, Guid)
SymbolDocumentInfo のインスタンスを作成します。
public:
static System::Linq::Expressions::SymbolDocumentInfo ^ SymbolDocument(System::String ^ fileName, Guid language, Guid languageVendor, Guid documentType);
public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument (string fileName, Guid language, Guid languageVendor, Guid documentType);
static member SymbolDocument : string * Guid * Guid * Guid -> System.Linq.Expressions.SymbolDocumentInfo
Public Shared Function SymbolDocument (fileName As String, language As Guid, languageVendor As Guid, documentType As Guid) As SymbolDocumentInfo
パラメーター
- languageVendor
- Guid
Guid を等しく設定する LanguageVendor。
- documentType
- Guid
Guid を等しく設定する DocumentType。
戻り値
指定した値に設定された SymbolDocumentInfo、FileName、Language、および LanguageVendor の各プロパティを含む DocumentType。
適用対象
SymbolDocument(String, Guid, Guid)
SymbolDocumentInfo のインスタンスを作成します。
public:
static System::Linq::Expressions::SymbolDocumentInfo ^ SymbolDocument(System::String ^ fileName, Guid language, Guid languageVendor);
public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument (string fileName, Guid language, Guid languageVendor);
static member SymbolDocument : string * Guid * Guid -> System.Linq.Expressions.SymbolDocumentInfo
Public Shared Function SymbolDocument (fileName As String, language As Guid, languageVendor As Guid) As SymbolDocumentInfo
パラメーター
- languageVendor
- Guid
Guid を等しく設定する LanguageVendor。
戻り値
指定した値に設定された SymbolDocumentInfo、FileName、および Language の各プロパティを含む LanguageVendor。
適用対象
SymbolDocument(String)
SymbolDocumentInfo のインスタンスを作成します。
public:
static System::Linq::Expressions::SymbolDocumentInfo ^ SymbolDocument(System::String ^ fileName);
public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument (string fileName);
static member SymbolDocument : string -> System.Linq.Expressions.SymbolDocumentInfo
Public Shared Function SymbolDocument (fileName As String) As SymbolDocumentInfo
パラメーター
戻り値
指定した値に設定された SymbolDocumentInfo プロパティを含む FileName。
適用対象
SymbolDocument(String, Guid)
SymbolDocumentInfo のインスタンスを作成します。
public:
static System::Linq::Expressions::SymbolDocumentInfo ^ SymbolDocument(System::String ^ fileName, Guid language);
public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument (string fileName, Guid language);
static member SymbolDocument : string * Guid -> System.Linq.Expressions.SymbolDocumentInfo
Public Shared Function SymbolDocument (fileName As String, language As Guid) As SymbolDocumentInfo
パラメーター
戻り値
指定した値に設定された SymbolDocumentInfo プロパティおよび FileName プロパティを含む Language。
適用対象
.NET