AppIndexContentRegion.CreateFromImageStream 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.
Overloads
| Name | Description |
|---|---|
| CreateFromImageStream(String, Int32, IInputStream) | |
| CreateFromImageStream(String, Int32, IInputStream, ContentRegionImageOptions) |
CreateFromImageStream(String, Int32, IInputStream)
public:
static AppIndexContentRegion ^ CreateFromImageStream(Platform::String ^ regionId, int contentByteCount, IInputStream ^ imageStream);
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("CreateFromImageStream")]
static AppIndexContentRegion CreateFromImageStream(winrt::hstring const& regionId, int const& contentByteCount, IInputStream const& imageStream);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("CreateFromImageStream")]
public static AppIndexContentRegion CreateFromImageStream(string regionId, int contentByteCount, IInputStream imageStream);
function createFromImageStream(regionId, contentByteCount, imageStream)
Public Shared Function CreateFromImageStream (regionId As String, contentByteCount As Integer, imageStream As IInputStream) As AppIndexContentRegion
Parameters
- regionId
-
String
Platform::String
winrt::hstring
- contentByteCount
-
Int32
int
- imageStream
- IInputStream
Returns
- Attributes
Applies to
CreateFromImageStream(String, Int32, IInputStream, ContentRegionImageOptions)
public:
static AppIndexContentRegion ^ CreateFromImageStream(Platform::String ^ regionId, int contentByteCount, IInputStream ^ imageStream, ContentRegionImageOptions ^ options);
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("CreateFromImageStreamWithOptions")]
static AppIndexContentRegion CreateFromImageStream(winrt::hstring const& regionId, int const& contentByteCount, IInputStream const& imageStream, ContentRegionImageOptions const& options);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("CreateFromImageStreamWithOptions")]
public static AppIndexContentRegion CreateFromImageStream(string regionId, int contentByteCount, IInputStream imageStream, ContentRegionImageOptions options);
function createFromImageStream(regionId, contentByteCount, imageStream, options)
Public Shared Function CreateFromImageStream (regionId As String, contentByteCount As Integer, imageStream As IInputStream, options As ContentRegionImageOptions) As AppIndexContentRegion
Parameters
- regionId
-
String
Platform::String
winrt::hstring
- contentByteCount
-
Int32
int
- imageStream
- IInputStream
- options
- ContentRegionImageOptions
Returns
- Attributes