DependsOnAttribute.TypeId Property
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.
Gets a unique identifier for this DependsOnAttribute.
public:
virtual property System::Object ^ TypeId { System::Object ^ get(); };
public override object TypeId { get; }
member this.TypeId : obj
Public Overrides ReadOnly Property TypeId As Object
Property Value
The unique identifier.
Remarks
This is a generated value that uses an override behavior in order to permit multiple attributes with the same Name to be applied. So long as dependencies are not circular or otherwise ambiguous, multiple DependsOnAttribute references to the same property name are supported.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.