Aracılığıyla paylaş


PropertyExtensions.CreateLiteralIntegerDefaultValue Yöntem

Özelliğinde yeni bir ILiteralInteger nesnesi oluşturma

Ad alanı:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Derleme:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll içinde)

Sözdizimi

'Bildirim
<ExtensionAttribute> _
Public Shared Function CreateLiteralIntegerDefaultValue ( _
    parent As IProperty _
) As ILiteralInteger
public static ILiteralInteger CreateLiteralIntegerDefaultValue(
    this IProperty parent
)
[ExtensionAttribute]
public:
static ILiteralInteger^ CreateLiteralIntegerDefaultValue(
    IProperty^ parent
)
static member CreateLiteralIntegerDefaultValue : 
        parent:IProperty -> ILiteralInteger 
public static function CreateLiteralIntegerDefaultValue(
    parent : IProperty
) : ILiteralInteger

Parametreler

Dönüş Değeri

Tür: Microsoft.VisualStudio.Uml.Classes.ILiteralInteger

Kullanım Notu

Visual Basic ve C# programlarında, bu yöntemi IProperty türündeki herhangi bir nesne üzerinde örnek yöntemi olarak çağırabilirsiniz. Bu yöntemi çağırmak için örnek yöntemi sözdizimini kullandığınızda, ilk parametreyi yok sayın. Daha fazla bilgi için bkz. Uzantı yöntemleri (Visual Basic) veya Uzantı yöntemleri (C# Programlama Kılavuzu).

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

PropertyExtensions Sınıf

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Ad Alanı