Compilation.CommonBindScriptClass Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolves a symbol that represents script container (Script class). Uses the full name of the container class stored in ScriptClassName to find the symbol.
protected:
Microsoft::CodeAnalysis::INamedTypeSymbol ^ CommonBindScriptClass();
protected Microsoft.CodeAnalysis.INamedTypeSymbol CommonBindScriptClass ();
protected Microsoft.CodeAnalysis.INamedTypeSymbol? CommonBindScriptClass ();
member this.CommonBindScriptClass : unit -> Microsoft.CodeAnalysis.INamedTypeSymbol
Protected Function CommonBindScriptClass () As INamedTypeSymbol
Returns
The Script class symbol or null if it is not defined.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.