ICSSStyleDeclaration.GetPropertyPriority

ICSSStyleDeclaration.GetPropertyPriority method

プロパティがこの宣言ブロックで明示的に設定されている場合、CSS プロパティ (「重要な」修飾子など) の優先度を取得するために使用されます。

public string GetPropertyPriority(string propertyName)
パラメータタイプ説明
propertyNameStringプロパティの名前。

戻り値

プロパティの優先度を返します

関連項目