DefaultDependencyAttribute.LoadHint 屬性

定義

取得 LoadHint 值,表示組件載入相依性的時機。

public:
 property System::Runtime::CompilerServices::LoadHint LoadHint { System::Runtime::CompilerServices::LoadHint get(); };
public System.Runtime.CompilerServices.LoadHint LoadHint { get; }
member this.LoadHint : System.Runtime.CompilerServices.LoadHint
Public ReadOnly Property LoadHint As LoadHint

屬性值

其中一個 LoadHint 值。

備註

使用這個屬性可傳回 屬性所使用的DefaultDependencyAttribute列舉值LoadHint

適用於