次の方法で共有


VersionAttribute クラス

定義

VersionAttribute では、インターフェイスのバージョン番号を指定できます

[System.AttributeUsage(System.AttributeTargets.Interface)]
public sealed class VersionAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Interface)]
public sealed class VersionAttribute : Attribute, Orleans.Metadata.IGrainInterfacePropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Interface)>]
type VersionAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface)>]
type VersionAttribute = class
    inherit Attribute
    interface IGrainInterfacePropertiesProviderAttribute
Public NotInheritable Class VersionAttribute
Inherits Attribute
Public NotInheritable Class VersionAttribute
Inherits Attribute
Implements IGrainInterfacePropertiesProviderAttribute
継承
VersionAttribute
属性
実装

コンストラクター

VersionAttribute(UInt16)

VersionAttribute クラスの新しいインスタンスを初期化します。

プロパティ

Version

バージョンを取得します。

明示的なインターフェイスの実装

IGrainInterfacePropertiesProviderAttribute.Populate(IServiceProvider, Type, Dictionary<String,String>)

グレイン インターフェイス プロパティを に properties追加します。

適用対象