StrokeCollection.GetPropertyDataIds Yöntem

Tanım

ile ilişkilendirilmiş tüm özel özelliklerin GUID'lerini StrokeCollectiondöndürür.

public:
 cli::array <Guid> ^ GetPropertyDataIds();
public Guid[] GetPropertyDataIds();
member this.GetPropertyDataIds : unit -> Guid[]
Public Function GetPropertyDataIds () As Guid()

Döndürülenler

Guid[]

Özel özellik tanımlayıcılarını temsil eden tür Guid dizisi.

Örnekler

Aşağıdaki örnek, özel özellik tanımlayıcılarının 'den nasıl alınduğunu StrokeCollectiongösterir.

private void GetPropertyIds(StrokeCollection strokes)
{
    Guid[] propertyIds = strokes.GetPropertyDataIds();
}
Private Sub GetPropertyIds(ByVal strokes As StrokeCollection)

    Dim propertyIds As Guid() = strokes.GetPropertyDataIds()

End Sub

Şunlara uygulanır