Printing3DTextureResource.TextureData Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Bildstream der Texturressource ab oder legt diese fest.
public:
property IRandomAccessStreamWithContentType ^ TextureData { IRandomAccessStreamWithContentType ^ get(); void set(IRandomAccessStreamWithContentType ^ value); };
IRandomAccessStreamWithContentType TextureData();
void TextureData(IRandomAccessStreamWithContentType value);
public IRandomAccessStreamWithContentType TextureData { get; set; }
var iRandomAccessStreamWithContentType = printing3DTextureResource.textureData;
printing3DTextureResource.textureData = iRandomAccessStreamWithContentType;
Public Property TextureData As IRandomAccessStreamWithContentType
Eigenschaftswert
Der Bildstream der Texturressource.