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。