ImageRendition.Version 属性

Gets the current version of an image rendition.

命名空间:  Microsoft.SharePoint.Client.Publishing
程序集:   Microsoft.SharePoint.Client.Publishing.Silverlight(位于 Microsoft.SharePoint.Client.Publishing.Silverlight.dll 中);  Microsoft.SharePoint.Client.Publishing.Phone(位于 Microsoft.SharePoint.Client.Publishing.Phone.dll 中)  Microsoft.SharePoint.Client.Publishing(位于 Microsoft.SharePoint.Client.Publishing.dll 中)

语法

声明
Public ReadOnly Property Version As Integer
    Get
用法
Dim instance As ImageRendition
Dim value As Integer

value = instance.Version
public int Version { get; }

属性值

类型:System.Int32
The current version of an image rendition.

备注

The value increments each time the width and height of the image rendition changes.

另请参阅

引用

ImageRendition 类

ImageRendition 成员

Microsoft.SharePoint.Client.Publishing 命名空间