GuidAttribute クラス

定義

インターフェイスまたはデリゲートの GUID を 示します。

public ref class GuidAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Delegate | System.AttributeTargets.Interface)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class GuidAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Delegate | System.AttributeTargets.Interface)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class GuidAttribute : Attribute
function GuidAttribute(a, b, c, d, e, f, g, h, i, j, k)
Public NotInheritable Class GuidAttribute
Inherits Attribute
継承
GuidAttribute
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.FoundationContract (v1.0 で導入)

コンストラクター

GuidAttribute(UInt32, UInt16, UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)

属性の新しいインスタンスを作成して初期化します。

適用対象

こちらもご覧ください