Solution.GetDocumentId 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetDocumentId(SyntaxTree) |
使用指定的語法樹狀結構,取得此方案中的 documentId。 |
GetDocumentId(SyntaxTree, ProjectId) |
使用指定的語法樹狀結構,取得此方案中的 documentId。 |
GetDocumentId(SyntaxTree)
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
使用指定的語法樹狀結構,取得此方案中的 documentId。
public:
Microsoft::CodeAnalysis::DocumentId ^ GetDocumentId(Microsoft::CodeAnalysis::SyntaxTree ^ syntaxTree);
public Microsoft.CodeAnalysis.DocumentId GetDocumentId (Microsoft.CodeAnalysis.SyntaxTree syntaxTree);
public Microsoft.CodeAnalysis.DocumentId? GetDocumentId (Microsoft.CodeAnalysis.SyntaxTree? syntaxTree);
member this.GetDocumentId : Microsoft.CodeAnalysis.SyntaxTree -> Microsoft.CodeAnalysis.DocumentId
Public Function GetDocumentId (syntaxTree As SyntaxTree) As DocumentId
參數
- syntaxTree
- SyntaxTree
傳回
適用於
GetDocumentId(SyntaxTree, ProjectId)
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
- 來源:
- Solution.cs
使用指定的語法樹狀結構,取得此方案中的 documentId。
public:
Microsoft::CodeAnalysis::DocumentId ^ GetDocumentId(Microsoft::CodeAnalysis::SyntaxTree ^ syntaxTree, Microsoft::CodeAnalysis::ProjectId ^ projectId);
public Microsoft.CodeAnalysis.DocumentId GetDocumentId (Microsoft.CodeAnalysis.SyntaxTree syntaxTree, Microsoft.CodeAnalysis.ProjectId projectId);
public Microsoft.CodeAnalysis.DocumentId? GetDocumentId (Microsoft.CodeAnalysis.SyntaxTree? syntaxTree, Microsoft.CodeAnalysis.ProjectId? projectId);
member this.GetDocumentId : Microsoft.CodeAnalysis.SyntaxTree * Microsoft.CodeAnalysis.ProjectId -> Microsoft.CodeAnalysis.DocumentId
Public Function GetDocumentId (syntaxTree As SyntaxTree, projectId As ProjectId) As DocumentId
參數
- syntaxTree
- SyntaxTree
- projectId
- ProjectId