PixelShader.UriSource Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une référence URI à en-tête pack au bytecode HLSL dans l'assembly.
public:
property Uri ^ UriSource { Uri ^ get(); void set(Uri ^ value); };
public Uri UriSource { get; set; }
member this.UriSource : Uri with get, set
Public Property UriSource As Uri
Valeur de propriété
Référence URI à en-tête pack au bytecode HLSL dans l'assembly.
Exemples
L’exemple de code suivant montre comment utiliser la syntaxe d’URI pack pour charger un nuanceur de pixels nommé « sepiaShader.fx.ps » à partir de l’exécutable local de l’application.
pack://application:,,,/myEffects;component/sepiaShader.fx.ps
Remarques
Il Uri s’agit d’une référence d’URI Pack à un fichier à l’intérieur de l’assembly.